Documentation

AudioTape Music Downloading Platform

Thank you so much for purchasing our item from codester.


If you have any questions that are beyond the scope of this help file, Please feel free to email via Item Support Page.

we recommend the this hosting service. www.sitelanka.com


Installation

Default Admin Email and Password
  1. Admin URL: https://www.yourdomain.com/admin
  2. Email: admin@gmail.com
  3. Password: admin

After you have successfully installed the AudioTape script, remember to change the admin email and password.

Follow the steps below to setup the AudioTape script:

System Requirements:

  • PHP >= 7.4+
  1. Unzip the downloaded package and open the /script folder to find all the files. You will need to upload these files to your hosting web server using FTP or localhost in order to use it on your website.
  2. The following video shows how to do it.
  3. Below is the folder structure and needs to be uploaded to your hosting root directory:
    • script/admin - Contains all of the admin panel require files
    • script/assets - Contains all of the assets referenced
      • assets/css - Stylesheet files
      • assets/images - Images files
      • assets/img - Images files
      • assets/js - Javacript files
      • assets/vendor – All external libs.
    • script/includes - Contains all of the database, functions, session files
      • includes/connection.php - Frontend Database connection
      • includes/function.php - Frontend function file
      • includes/session.php - Frontend session file
    • script/public - Contains all of the images and songs files
      • public/images - Songs, artists,category images files
      • public/songs - Songs files
      • public/users - Users profile pictures
    • script/views - Contains all of the frontend files
    • script/.htaccess - .htaccess file
    • script/index.php - Homepage
    • script/set-file.php - This file helps to streamline the download of songs
  4. You should upload all files.

Setup Databases

Actually, Audiotape has 2 database connections. do not be scared. I will show you step by step how to set it up correctly.

  1. First login to your hosting service and create a new database.
  2. Now enter the database name here. Remember to paste the database name into a notepad. (A name you like. And make it strong)
  3. After that scroll down and find the MySQL Users section. Then set the database user name and password. Remember to paste the database user name password into a notepad. (A name and password of your choice, and make them strong)
  4. Now scroll down and find the Add User To Database section. After that, select the database name and database user name created above and click the "Add" button
  5. After that tick all of them as shown in the image below and press the "Make Changes" button.
that's all. Now you have successfully created the database.
The following video shows how to do it.

Import the database sql

Go to the database you created before and import the database.sql file as shown in the pictures below

  1. login to your hosting service and navigate phpMyAdmin.
  2. Next, click on the database you created earlier as shown in the image below.
  3. Now go to import as shown.
  4. Now go to choose file. Go to it and select the database as shown in the pictures and click the "Go" button below.
that's all. Now you have successfully imported the database.
The following video shows how to do it.

Config Database Connections

First, I will show you how to set up the frontend database connection.

The frontend connection is as follows.
  • includes/connection.php - Frontend Database connection file

Enter the details you pasted in the notepad in the lines mentioned below. You can understand how it is done by watching the video below.

Line 18 : Database user name

Line 19 : Database password

Line 21 : Database name

This process has to be done in the same way in the backend. But you can see how it works below.

The backend connection is as follows.
  • admin/includes/connection.php - Backend Database connection file

Enter the details you pasted in the notepad in the lines mentioned below. You can understand how it is done by watching the video below.

Line 18 : Database user name

Line 19 : Database password

Line 21 : Database name

that's all.
The following video shows how to do it.

Common error

If you see an error on your website as shown in the picture below, you have not yet updated your domain name to the admin panel or you have not yet made database connections correctly.

Follow the step below to update the base URL.

  1. Log in to the admin panel using the default email address and password given above and go to Settings. After that do as shown in the image below.
Default Admin Email and Password
  1. Admin URL: https://www.yourdomain.com/admin
  2. Email: admin@gmail.com
  3. Password: admin

After you have successfully installed the AudioTape script, remember to change the admin email and password.